home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Grafik & Text / OzTeX3.0 / Metafont / Inputs / IniMF / macmodes.mf next >
Text File  |  1996-02-20  |  444b  |  14 lines

  1. % stylewriter mode added by Andrew Trevorrow for OzTeX users.
  2. % All parameters (except pixels_per_inch) are the same as the
  3. % laserwriter mode (= cx) so that PK files can be shared by both
  4. % types of printers.
  5.  
  6. mode_def sw =                           % Apple StyleWriter
  7.   mode_param (pixels_per_inch, 360);
  8.   mode_param (blacker, 0);
  9.   mode_param (fillin, .2);
  10.   mode_param (o_correction, .6);
  11.   mode_common_setup_;
  12. enddef;
  13. stylewriter := sw;
  14.